gtkentrycompletion: fix a critical warning
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 6 Mar 2014 14:34:10 +0000 (16:34 +0200)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 6 Mar 2014 14:38:52 +0000 (16:38 +0200)
commit578d43c2baf850e56b14f6085583dde86f09bb0f
treeed7640cc52af7fcbdfb32150dc3cec8367c6856b
parent836326bdc194d0b93e016407a38d3005decef58b
gtkentrycompletion: fix a critical warning

There are early returns in this method before the completion timeout
is set later on, so set the source to 0 to avoid trying to remove it
later again.

https://bugzilla.gnome.org/show_bug.cgi?id=725824
gtk/gtkentrycompletion.c